home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / select / 00019.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  224 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("Click")
  3.   set the castNum of sprite 33 to 17
  4.   updateStage()
  5.   repeat while the stillDown
  6.   end repeat
  7.   ResetTEXTDialog()
  8.   set the mouseDownScript to EMPTY
  9.   go("Dialog-2")
  10.   puppetSound(0)
  11. end
  12.